home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gui / gtldv374.lha / GadUtil / Docs / AutoDocs / 21.GU_RefreshBoxes < prev    next >
Text File  |  1996-05-14  |  723b  |  32 lines

  1. gadutil.library/GU_RefreshBoxes               gadutil.library/GU_RefreshBoxes
  2.  
  3.    NAME
  4.     GU_RefreshBoxes -- Redraw all bevel boxes in a window.
  5.  
  6.    SYNOPSIS
  7.     GU_RefreshBoxes(window, gad_info)
  8.                     A0      A1
  9.  
  10.     VOID GU_RefreshBoxes(struct Window *, APTR);
  11.  
  12.    FUNCTION
  13.     Redraw all bevel boxes and PROGRESS_KIND gadgets in a window.
  14.     Also refreshes all text in the window that is created by the
  15.     LABEL_KIND gadget. This function is basically the same as
  16.     GU_RefreshWindow, without a call to the GT_RefreshWindow
  17.     function.
  18.  
  19.    INPUTS
  20.     window - Window to be refreshed.
  21.  
  22.     gad_info - The value returned by GU_LayoutGadgetsA()
  23.  
  24.    RESULT
  25.     none
  26.  
  27.    BUGS
  28.     no known
  29.  
  30.    SEE ALSO
  31.     GU_UpdateProgress(), GU_RefreshWindow()
  32.